home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / WIN / HOGAR / LWP_WIN.ZIP / INSTALL.INF < prev    next >
Encoding:
INI File  |  1994-09-05  |  2.1 KB  |  62 lines

  1. ; RK-Install - Installation Script
  2.  
  3. [Application]
  4. Name=Latin Word Power
  5. Title=Latin Word Power Installation
  6. Directory=c:\Latin
  7. PM Group=Education
  8. Free Space=1500          ; in kbytes
  9. Debug Mode=0             ; 0 or no entry = normal operation
  10.  
  11. [Disks] 
  12. 1=Latin Word Power Disk 1
  13. 2=Latin Word Power Disk 2
  14.  
  15. [Directories] 
  16. ;lists of directories that must be created from the destination directory
  17. 1=.
  18.  
  19. [SourceDirs]
  20. ;list of directories on the source disks
  21. 1=.
  22.  
  23. [FileGroups]
  24. ;list of file groups. the user can choose which of them are to
  25. ;be installed. Maximum = 5 ! additional groups will be ignored.
  26. 1=Latin Word Power Program
  27.  
  28. [Windows Files]
  29. ;files that need to be installed in \windows\system
  30. ;description, name, '0', (sourcedir #), (disk #), (compressed)
  31.  
  32. [Files1] 
  33. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed)
  34. Main Program=latin.ex$                    1 1 1 Y
  35. Support Files=graph.vb$                   1 1 1 Y
  36. Support Files=gsw.ex$                     1 1 1 Y
  37. Run-Time=LATINBCT.DL$                     1 1 2 Y
  38. Support Files=gswdll.dl$                  1 1 2 Y
  39. Support Files=bc3d20.vb$                  1 1 2 Y
  40. Word Files=Latinwrd.exe                   1 1 2 N
  41. Doc File=LatinWin.doc                     1 1 2 N
  42.  
  43.  
  44. [PM Group] 
  45. ;description, File name. The {No.} is substituted by the directory
  46. ;description:  PMName,iconfile,iconindex
  47. ;commandline:  filename parameter
  48. ;PMName     :  name of program in the programmanager
  49. ;iconfile   :  file with the icon
  50. ;iconindex  :  first icon = 0
  51. Latin Word Power={1}latin.EXE
  52.  
  53. [Execution]
  54. ;format:  W?'string'=commandline
  55. ; W        - wait until executed program terminates (DOS version always waits)
  56. ; 'string' - output the string before executing
  57. ; ?        - ask the user for YES or NO. should be used together with a string
  58. ;            containing the question. the program is only executed if the
  59. ;            user selects YES
  60. ; {No.} in the commandline is substituted with the directory
  61. W?'Do you want to decompress word files now? (Choose -Yes- if unsure.)'={1}Latinwrd.exe {1}
  62.